home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _CC9609C14A58468C8809E1260D66ADD9 < prev    next >
Text File  |  2006-03-14  |  2KB  |  96 lines

  1. <window>
  2.     <id>4</id>
  3.     <defaultcontrol>3</defaultcontrol>
  4.     <allowoverlay>yes</allowoverlay>
  5.     <define>#header.label:5</define>
  6.     <define>#header.location:</define>
  7.     <define>#header.image:settings_logo.png</define>
  8.     <define>#header.hover:hover_settings.png</define>
  9.  
  10.     <!-- cheat a little, we don't use two of the items in the imported file to blank their labels -->
  11.     <define>#itemcount:-</define>
  12.     <define>#selecteditem:-</define>
  13.     <controls>
  14.         <import>common.window.xml</import>
  15.         <control>
  16.             <type>group</type>
  17.             <description>group element</description>
  18.             <animation>FlyInFromTop</animation>
  19.             <layout>StackLayout</layout>
  20.             <posX>370</posX>
  21.             <posY>165</posY>
  22.  
  23.             <!-- topmost item needs an onup with a value of 17 for topbar to work -->
  24.             <control>
  25.                 <description>Wizard</description>
  26.                 <type>button</type>
  27.                 <id>3</id>
  28.                 <width>500</width>
  29.                 <label>Setup Wizard</label>
  30.                 <hyperlink>615</hyperlink>
  31.                 <onup>17</onup>
  32.             </control>
  33.             <control>
  34.                 <description>General</description>
  35.                 <type>button</type>
  36.                 <id>4</id>
  37.                 <width>500</width>
  38.                 <label>128</label>
  39.                 <hyperlink>705</hyperlink>
  40.             </control>
  41.             <control>
  42.                 <description>Screen</description>
  43.                 <type>button</type>
  44.                 <id>5</id>
  45.                 <width>500</width>
  46.                 <label>214</label>
  47.                 <hyperlink>9</hyperlink>
  48.             </control>
  49.             <control>
  50.                 <description>My Music</description>
  51.                 <type>button</type>
  52.                 <id>6</id>
  53.                 <width>500</width>
  54.                 <label>2</label>
  55.                 <hyperlink>14</hyperlink>
  56.             </control>
  57.             <control>
  58.                 <description>My Pictures</description>
  59.                 <type>button</type>
  60.                 <id>7</id>
  61.                 <width>500</width>
  62.                 <label>1</label>
  63.                 <hyperlink>12</hyperlink>
  64.             </control>
  65.             <control>
  66.                 <description>Movies</description>
  67.                 <type>button</type>
  68.                 <id>8</id>
  69.                 <width>500</width>
  70.                 <label>3</label>
  71.                 <hyperlink>703</hyperlink>
  72.             </control>
  73.             <control>
  74.                 <description>My DVD</description>
  75.                 <type>button</type>
  76.                 <id>9</id>
  77.                 <width>500</width>
  78.                 <label>1027</label>
  79.                 <hyperlink>704</hyperlink>
  80.             </control>
  81.  
  82.             <!-- last item needs an ondown with a value of 3 to support wraparound -->
  83.             <control>
  84.                 <description>TV</description>
  85.                 <type>button</type>
  86.                 <id>10</id>
  87.                 <width>500</width>
  88.                 <label>605</label>
  89.                 <hyperlink>700</hyperlink>
  90.                 <ondown>3</ondown>
  91.             </control>
  92.             
  93.         </control>
  94.     </controls>
  95. </window>
  96.